Binary arithmetic operations

binaryarithmeticoperation The binary arithmetic operations have the conventional priority levels. Note that some of these operations also apply to certain non-numeric types. There is no ``power'' operator, so there are only two levels, one for multiplicative operators and one for additive operators: verbatim14#